github.com/klauspost/compress/zstd.jobState.nextPrefix (field)
8 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L26: nextPrefix []byte // overlap prefix prepared for the next dispatched job
enc_jobs.go#L324: if js.nextPrefix != nil {
enc_jobs.go#L325: job.prefix = js.nextPrefix
enc_jobs.go#L326: js.nextPrefix = nil
enc_jobs.go#L334: js.nextPrefix = np
encoder.go#L114: if js.nextPrefix != nil {
encoder.go#L115: js.putOverlapBuf(js.nextPrefix)
encoder.go#L116: js.nextPrefix = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |